home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Mac-Source 1994 July
/
Mac-Source_July_1994.iso
/
C and C++
/
Text⁄Files
/
unzip50p1
/
Source
/
zip.h
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1993-01-23
|
275 b
|
10 lines
|
[
TEXT/MPS
]
/* This is a dummy zip.h to allow crypt.c from Zip to compile for unzip */
#include "unzip.h"
#define SKIP_TIME_H /* don't include time.h again in crypt.c */
#define local
extern ULONG crc_32_tab[];
#define crc32(c, b) (crc_32_tab[((int)(c) ^ (b)) & 0xff] ^ ((c) >> 8))